home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineSprite_356 / frame_1 / DoAction.as
Text File  |  2007-09-28  |  142b  |  9 lines

  1. this.onMouseDown = function()
  2. {
  3.    if(this._visible)
  4.    {
  5.       _root.Sons.gotoAndStop("click");
  6.       _parent.hideWelcome();
  7.    }
  8. };
  9.